Ktor OpenAPI/Swagger 3 Generator
Toggle table of contents
1.0.72
jvm
Platform filter
jvm
Switch theme
Search in API
Ktor OpenAPI/Swagger 3 Generator
Ktor OpenAPI/Swagger 3 Generator
/
com.papsign.ktor.openapigen.exceptions
Package-level
declarations
Types
Functions
Types
Open
APIBad
Content
Exception
Link copied to clipboard
class
OpenAPIBadContentException
(
msg
:
String
)
:
Exception
Open
APINo
Parser
Exception
Link copied to clipboard
class
OpenAPINoParserException
(
val
contentType
:
ContentType
)
:
Exception
Open
APINo
Serializer
Exception
Link copied to clipboard
class
OpenAPINoSerializerException
(
val
contentTypes
:
ContentType
)
:
Exception
Open
APIParse
Exception
Link copied to clipboard
class
OpenAPIParseException
(
val
request
:
KClass
<
*
>
,
val
actual
:
Set
<
KClass
<
*
>
>
)
:
Exception
Open
APIRequired
Field
Exception
Link copied to clipboard
class
OpenAPIRequiredFieldException
(
val
message
:
String
)
:
Exception
Functions
assert
Content
Link copied to clipboard
inline
fun
assertContent
(
bool
:
Boolean
,
crossinline
err
:
(
)
->
String
)